    @charset "utf-8";
    /*返回顶部 start*/
    
    .biglogo {
        display: inline-block;
        height: 100%;
        width: 60rem;
        margin-left: 6%;
    }
    
    .head_top {
        height: 60px;
    }
    
    .smalllogo {
        margin-left: 2rem;
        height: 100%;
        display: inline-block;
    }
    
    .biglogo img {
        width: 100%;
    }
    
    .paddt200 {
        padding-top: 220px;
    }
    
    .paddlr0 {
        padding-left: 0;
        padding-right: 0;
    }
    
    .marginb30 {
        margin-bottom: 3rem;
    }
    
    #scrollUp {
        position: fixed;
        bottom: 105px;
        right: 5%;
        z-index: 100;
        display: none;
        display: block;
        border-radius: 50%;
        text-decoration: none;
    }
    
    #scrollUp i {
        background: #f6f6f6;
        font-size: 1.6em;
        width: 36px;
        height: 36px;
        display: block;
        line-height: 36px;
        text-align: center;
        border: 1px solid #D1D1D1;
        color: #6b6b6b;
        border-radius: 50%;
    }
    
    #scrollUp i:hover {
        background: #5796db;
        color: #f3f3f3;
    }
    
    #scrollUp:hover i {
        background: #4F87C5;
        border: 1px solid #4F87C5;
        color: #fff;
    }
    /*返回顶部 end*/
    
    .swiper-slide.graybg {
        background: #f2f2f2;
    }
    
    .imgzoom {
        display: block;
        overflow: hidden;
        -webkit-transition: background-size 0.2s;
        -moz-transition: background-size 0.2s;
        -ms-transition: background-size 0.2s;
        -o-transition: background-size 0.2s;
        transition: background-size 0.2s;
    }
    
    .imgzoom img {
        width: 100%;
        -webkit-transition: transform 0.2s;
        -moz-transition: transform 0.2s;
        -ms-transition: transform 0.2s;
        -o-transition: transform 0.2s;
        transition: transform 0.2s;
    }
    
    .imgzoom:hover img {
        transform: scale(1.05, 1.05);
        -ms-transform: scale(1.05, 1.05);
        -webkit-transform: scale(1.05, 1.05);
        -o-transform: scale(1.05, 1.05);
        -moz-transform: scale(1.05, 1.05);
    }
    
    .imgzoom:hover {
        background-size: 110% 110% !important;
    }
    
    html,
    body {
        position: relative;
    }
    
    .swiper-container {
        width: 100%;
        height: 100%;
    }
    
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;
        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
    }
    
    .swiper-container-v {
        background: #eee;
    }
    
    .swiper-slide {
        width: 100%;
    }
    
    .swiper-slide>a {
        display: block;
        height: 100%;
        /* width: 100%; */
    }
    
    .swiper-slide>a:hover {
        text-decoration: none;
    }
    
    .swiper-container-h .swiper-button-next {
        right: 100px;
    }
    
    .swiper-container-h .swiper-button-prev {
        left: 100px;
    }
    
    .swiper3 .swiper-button-next {
        display: none;
    }
    
    .swiper3 .swiper-button-prev {
        display: none;
    }
    
    .swiper3:hover .swiper-button-next {
        display: block;
    }
    
    .swiper3:hover .swiper-button-prev {
        display: block;
    }
    
    .swiper3_box {
        width: 80%;
        height: 50%;
    }
    
    .swiper3 a.swiper3_a {
        display: block;
        width: 100%;
        height: 100%;
    }
    
    .swiper3 .swiper_imgbox {
        width: 100%;
        height: 80%;
    }
    
    .swiper4 .swiper-button-next {
        display: none;
    }
    
    .swiper4 .swiper-button-prev {
        display: none;
    }
    
    .swiper4:hover .swiper-button-next {
        display: block;
    }
    
    .swiper4:hover .swiper-button-prev {
        display: block;
    }
    
    .swiper5 .swiper-button-next {
        display: none;
    }
    
    .swiper5 .swiper-button-prev {
        display: none;
    }
    
    .swiper5:hover .swiper-button-next {
        display: block;
    }
    
    .swiper5:hover .swiper-button-prev {
        display: block;
    }
    
    .swiper4_box {
        width: 80%;
        height: 50%;
    }
    
    .swiper4 a.swiper4_a {
        display: block;
        width: 100%;
        height: 100%;
    }
    
    .swiper4 .swiper_imgbox {
        width: 100%;
        height: 80%;
    }
    
    .swiper5 a.swiper4_a {
        display: block;
        width: 100%;
        height: 100%;
    }
    
    .swiper5 .swiper_imgbox0 {
        width: 86%;
        height: 50%;
        overflow: hidden;
        margin: 0 auto;
    }
    
    .swiper5 .swiper_imgbox {
        width: 100%;
        height: 100%;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
    }
    
    .swiper5 .swiper-slide>a {
        width: 100%;
        overflow: hidden;
    }
    
    .swiper5 .swiper-slide>a:hover .swiper_imgbox {
        -webkit-transform: scale(1.04);
        -moz-transform: scale(1.04);
        -ms-transform: scale(1.04);
        -o-transform: scale(1.04);
        transform: scale(1.04);
    }
    
    .swiper_txt h2 {
        line-height: 20px;
        font-size: 1.6rem;
        color: #666;
        margin: 10px 0 0;
    }
    
    .swiper_txt h3 {
        line-height: 20px;
        font-size: 1.4rem;
        color: #999;
        margin: 5px 0 0;
    }
    
    .company_info_ul li {
        color: #fff;
        text-align: left;
        line-height: 4rem;
    }
    
    .company_info_ul {
        padding-top: 30%;
    }
    
    .company_info_ul li.one {
        font-size: 2rem;
    }
    
    .company_info_ul li.two {
        font-size: 4rem;
        line-height: 8rem;
        font-weight: bold;
        padding-left: 4rem;
    }
    
    .company_info_ul li.three {
        font-size: 1.6rem;
        padding-left: 4rem;
    }
    
    .company_info_ul li.four {
        font-size: 1.6rem;
        padding-left: 4rem;
    }
    
    .company_info_ul li.five {
        font-size: 1.6rem;
        line-height: 8rem;
        padding-left: 4rem;
    }
    
    .pages_title {
        width: 100%;
        margin: 0 auto;
        height: 20%;
        font-size: 3rem;
        text-align: left;
        line-height: 4rem;
    }
    
    .pages_title.pages_title2 {
        color: #fff;
    }
    
    .pages_title a.more {
        font-size: 1.4rem;
        color: #999;
        float: right;
    }
    
    .pages_title a.more.map_link {
        display: block;
        border: 1px solid #e5e5e5;
        padding: 0.2rem 0.5rem;
    }
    
    .pages_title a.more.map_link:hover {
        text-decoration: none;
    }
    
    .pages_title.pages_title2 a.more {
        color: #fff;
    }
    
    .cont_box {
        width: 80%;
    }
    
    .service_list {
        padding-top: 2rem;
        height: 60%;
    }
    
    .service_list .service_item {
        margin: 1rem 0;
        height: 50%;
    }
    
    .service_ul {
        width: 90%;
        margin: 0 auto;
    }
    
    .service_ul li {
        line-height: 3rem;
        font-size: 1.6rem;
        color: #666;
    }
    
    .service_ul li.name {
        line-height: 3rem;
        font-size: 2rem;
        color: #333;
        margin-bottom: 1rem;
    }
    
    .service_ul li.info {
        line-height: 3rem;
        margin-bottom: 1rem;
        text-align: left;
    }
    
    .service_ul li.iconbox {
        line-height: 5rem;
        margin-bottom: 1rem;
    }
    
    .service_ul li.iconbox .icon {
        font-size: 5rem;
        color: #2654b4;
        transition: font-size 0.2s;
    }
    
    .term_box {
        width: 80%;
    }
    
    .term_box0 {
        padding-top: 2rem;
    }
    
    .member {
        border: 1px solid #e5e5e5;
    }
    
    .member_dl dt {
        padding-top: 1rem;
        line-height: 3rem;
        font-size: 1.8rem;
        text-align: center;
        color: #666;
    }
    
    .member_dl dd {
        padding-top: 0.2rem;
        line-height: 2.4rem;
        font-size: 1.4rem;
        text-align: center;
        color: #666;
    }
    
    .term_box0.term_box1 {
        height: 50%;
    }
    
    .office_img {
        height: 25rem;
    }
    
    .duty_box {
        padding-top: 0.5rem;
        height: 22rem;
        /* background: #5077f4; */
        background-size: cover;
        border-radius: 1rem;
    }
    
    .duty_iconbox {
        width: 10rem;
        height: 10rem;
        line-height: 10rem;
        background: url("../images/home/square_bg.png") no-repeat;
        background-size: cover;
        font-size: 2.4rem;
        color: #fff;
        text-align: center;
        margin: 2rem auto 1rem;
    }
    
    .duty_p {
        line-height: 3rem;
        text-align: center;
        font-size: 1.6rem;
        color: #fff;
    }
    
    .news_box0 {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, .5);
    }
    
    .news_box,
    .contact_box {
        width: 80%;
        margin: 13.5rem auto 0;
    }
    
    .news_list_box {
        margin-top: 4rem;
        background: url("../images/icons/footprint_line.png") repeat-y center top;
    }
    
    .news_item {
        color: #fff;
        border: 1px solid rgba(255, 255, 255, 0);
        padding: 0.5rem 0;
    }
    
    .news_item:hover {
        border: 1px solid rgba(255, 255, 255, 1);
    }
    
    .news_row {
        background: url("../images/icons/year_bg.png") no-repeat center;
        background-size: 1.5rem 1.5rem;
        min-height: 6rem;
        padding: 1rem 0;
    }
    
    .news_tile_dl dt {
        line-height: 3rem;
        font-size: 1.6rem;
    }
    
    .news_tile_dl {
        padding-top: 1rem;
    }
    
    .news_tile_dl dd {
        line-height: 3rem;
        font-size: 2rem;
    }
    
    .news_ul li.title {
        line-height: 3rem;
        font-size: 1.8rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 0.5rem;
    }
    
    .news_ul li.cont {
        line-height: 2.4rem;
        font-size: 1.4rem;
    }
    
    .news_ul.textright li {
        text-align: right;
    }
    
    .news_ul.textleft li {
        text-align: left;
    }
    
    .contact_cont {
        padding-top: 5rem;
    }
    
    .contact_ul li {
        line-height: 3rem;
        text-align: left;
        font-size: 1.4rem;
        color: #666;
    }
    
    .contact_ul li.title {
        font-size: 1.8rem;
        color: #333;
        margin-bottom: 1rem;
    }
    
    .form_ul_box {
        margin-bottom: 30px;
    }
    
    .form_ul {
        width: 100%;
    }
    
    .form_ul li {
        text-align: left;
        margin-bottom: 0.5rem;
    }
    
    .form_ul li.form_name {
        line-height: 2rem;
        font-size: 1.6rem;
    }
    
    .form_ul li.form_cont input {
        width: 100%;
        font-size: 1.4rem;
        padding: 0.5rem;
        border: 1px solid #ccc;
    }
    
    .form_ul li.form_cont textarea {
        width: 100%;
        font-size: 1.4rem;
        padding: 0.5rem;
        resize: none;
        font-weight: normal;
        border: 1px solid #ccc;
    }
    
    .form_ul li.form_cont {
        margin-bottom: 0;
    }
    
    .form_ul li.error {
        height: 2rem;
        line-height: 2rem;
        font-size: 1.2rem;
        color: red;
        text-align: left;
    }
    
    .bitian {
        color: red;
    }
    
    .form_ul .form_submit {
        height: 2rem;
    }
    
    .form_ul .form_submit .form_submit_btn {
        width: 8rem;
        font-size: 1.6rem;
    }
    
    .contact_ul li.share_box {
        height: 6rem;
        line-height: 6rem;
    }
    
    .share_box a:hover {
        text-decoration: none;
    }
    
    .share_box a {
        margin-right: 0.5rem;
    }
    
    .share_box a .icon {
        font-size: 4rem;
        color: #666;
    }
    
    .share_box a:hover .icon {
        color: red;
    }
    /*导航*/
    
    .head {
        width: 100%;
        background: #fff;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999999;
        background: #fff;
        box-shadow: 0 0 20px -10px #ccc;
    }
    
    .head.static {
        position: static;
    }
    
    .head_innder {
        padding: 0.5rem 2rem;
    }
    
    .head.nofixed {
        position: static;
    }
    
    .navbox {
        float: right;
    }
    
    .nav_list {
        width: 90%;
        margin: 0 auto;
        height: 50px;
    }
    
    .nav_list>li {
        display: block;
        float: left;
        line-height: 50px;
        font-size: 1.6rem;
        width: 9%;
        text-align: center;
        margin-right: 1px;
        position: relative;
    }
    
    .nav_list>li>a {
        color: #fff;
        display: block;
        text-decoration: none;
    }
    
    .nav_list>li.active {
        background: #13439d;
    }
    
    .nav_list>li:hover>a {
        background: #13439d;
    }
    
    .nav_list>li>a:hover {
        text-decoration: none;
    }
    
    .nav_list2 {
        width: 100%;
        position: absolute;
        z-index: 999;
        -webkit-transition: .3s;
        -moz-transition: .3s;
        -ms-transition: .3s;
        -o-transition: .3s;
        transition: .3s;
        height: 0;
        -webkit-opacity: 0;
        opacity: 0;
        overflow: hidden;
    }
    
    .nav_list>li:hover .nav_list2 {
        overflow: visible;
        height: auto;
        -webkit-opacity: 1;
        opacity: 1;
    }
    
    .nav_list2>li {
        background: rgba(19, 67, 157, .8);
    }
    
    .nav_list2>li:hover {
        background: #13439d;
    }
    
    .nav_list2>li.active {
        background: #13439d;
    }
    
    .nav_list2>li>a {
        display: block;
        text-align: center;
        color: #fff;
        text-decoration: none;
    }
    
    .swiper-slide_news {
        background: url('../images/home/news_bg.jpg') no-repeat;
        background-size: cover;
    }
    
    .news_row a {
        display: block;
    }
    
    .map_link {
        height: 30px;
        line-height: 24px;
        padding: 0 10px;
    }
    
    .pages_title a.more.map_link:hover {
        color: red;
        border-color: red;
    }
    
    .pages_title .icon {
        font-size: 3rem;
        margin-right: 1rem;
        position: relative;
        top: 2px;
        color: #a0a0a0;
    }
    
    .pages_title .icon-huanjing {
        font-size: 3.5rem;
    }
    
    .foot {
        background: #315fb9;
        padding: 10px;
    }
    
    .nav_list_box {
        width: 100%;
        height: 50px;
        padding: 0 2rem;
        box-sizing: border-box;
        background: #1e50ae;
        clear: both;
    }
    
    .mainnav_box0 {
        width: 9
    }
    
    .foot p {
        line-height: 30px;
        font-size: 1.4rem;
        color: #fff;
        text-align: center;
        margin-bottom: 0;
    }
    
    .small_banner {
        height: 200px;
        background: url("../images/aboutus/aptitude_bg.jpg") no-repeat center;
    }
    
    .small_banner2 {
        height: 200px;
        background: url("../images/others/smallbanner1.jpg") no-repeat center;
    }
    
    .small_banner3 {
        height: 200px;
        background: url("../images/others/smallbanner2.jpg") no-repeat center;
    }
    
    .main {
        margin-bottom: 50px;
    }
    
    .title_box {
        padding-top: 80px;
        height: 140px;
    }
    
    .title_box0 {
        width: 50%;
        margin: 0 auto;
        height: 1px;
        border-top: 2px solid #a0a0a0;
        position: relative;
    }
    
    .title_h2 {
        width: 240px;
        height: 40px;
        line-height: 40px;
        margin: 0 auto;
        text-align: center;
        position: absolute;
        top: -22px;
        background: #fff;
        left: 50%;
        margin-left: -120px;
    }
    
    .cont_h3 {
        font-size: 1.8rem;
        color: #333;
        line-height: 40px;
    }
    
    .cont_p {
        line-height: 2.8rem;
        font-size: 1.4rem;
        color: #666;
        text-indent: 2em;
    }
    
    .company_info {
        margin-bottom: 30px;
    }
    
    .aptitude_imgbox {
        margin-bottom: 5px;
    }
    
    .case_dl dt {
        height: 4rem;
        line-height: 4rem;
        font-size: 2rem;
        color: #333;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-weight: normal;
    }
    
    .case_dl dd {
        height: 3rem;
        line-height: 3rem;
        font-size: 1.4rem;
        color: #999;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .news_list li {
        margin: 3rem 0;
        border-bottom: 1px solid #e5e5e5;
    }
    
    .news_list li a {
        display: block;
        text-decoration: none;
    }
    
    .newsimgbox0 {
        width: 30%;
        height: 20rem;
        float: left;
        margin-right: 4rem;
        overflow: hidden;
    }
    
    .newsimgbox {
        width: 100%;
        height: 100%;
        transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -webkit-transition: transform 0.2s;
        -moz-transition: transform 0.2s;
        -ms-transition: transform 0.2s;
        -o-transition: transform 0.2s;
        transition: transform 0.2s;
    }
    
    .news_list li:hover .newsimgbox {
        transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -moz-transform: scale(1.1, 1.1);
    }
    
    .news_cont dt {
        line-height: 5rem;
        font-size: 1.8rem;
        color: #333;
        font-weight: normal;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    
    .news_cont dd.time {
        line-height: 3rem;
        font-size: 1.4rem;
        color: #a0a0a0;
    }
    
    .news_cont dd.cont {
        max-height: 12rem;
        overflow: hidden;
        line-height: 4rem;
        font-size: 1.6rem;
        color: #666;
    }
    
    .news_cont.news_cont2 dt {
        line-height: 4rem;
    }
    
    .news_cont.news_cont2 dd.cont {
        line-height: 2.8rem;
    }
    
    .news_list li:hover .news_cont dt {
        color: red;
    }
    
    .news_title {
        line-height: 4rem;
        padding: 1rem 0 0;
        font-size: 2.8rem;
        text-align: center;
        color: #333;
    }
    
    .news_title_sub {
        line-height: 2rem;
        font-size: 1.6rem;
        color: #a0a0a0;
        text-align: center;
        margin-bottom: 2rem;
    }
    
    .news_title_sub span {
        display: inline-block;
        margin-right: 2rem;
    }
    
    .news_content {
        line-height: 3rem;
        font-size: 1.6rem;
        color: #666;
    }
    
    .news_content p {
        text-indent: 2em;
    }
    
    .news_content img {
        display: block;
        max-width: 100%;
        padding: 3rem 0;
        margin: 0 auto;
    }
    
    .listbar {
        width: 280px;
        height: 4rem;
        line-height: 4rem;
        margin: 2rem auto;
    }
    
    .listbar li {
        width: 33.33%;
        float: left;
    }
    
    .listbar li a {
        display: block;
        height: 100%;
        font-size: 1.6rem;
        color: #666;
        text-align: center;
        text-decoration: none;
    }
    
    .listbar li:hover a {
        color: red;
    }
    
    .cp_title_sub {
        line-height: 4rem;
        font-size: 2rem;
        text-align: center;
        color: #666;
        margin-top: 0;
    }
    
    .cp_ul {
        padding: 3rem 0;
    }
    
    .cp_ul li {
        line-height: 4rem;
        font-size: 1.8rem;
        color: #666;
    }
    
    .prop_list {
        padding: 2rem 0;
        border-bottom: 1px solid #e5e5e5;
    }
    
    .prop_list dt {
        line-height: 4rem;
        font-size: 1.8rem;
        color: #666;
        font-weight: normal;
        margin-bottom: 1rem;
    }
    
    .prop_list dt .icon {
        font-size: 1.4rem;
        color: #a0a0a0;
        margin-right: 1rem;
    }
    
    .prop_list dt span {
        font-size: 1.4rem;
        color: #a0a0a0;
        float: right;
    }
    
    .prop_list dd {
        line-height: 3rem;
        font-size: 1.6rem;
        color: #666;
    }
    
    .baidumap {
        width: 100%;
        height: 40rem;
        border: #ccc solid 1px;
        font-size: 12px
    }
    
    .pages_title.duty {
        margin-bottom: 1rem;
        color: #fff;
        line-height: auto;
    }
    
    .pages_title.duty .icon {
        color: #ccc;
    }
    
    .detaile_table {
        table-layout: fixed;
        margin-bottom: 20px;
    }
    
    .detaile_table thead tr th {
        text-align: center;
    }
    
    .detaile_table tbody tr td {
        padding: 0 5px;
    }
    
    .searchbox {
        height: 40px;
        width: 300px;
        float: right;
        margin: 1.2rem 10% 0 0;
        position: relative;
    }
    
    .searching {
        width: 100%;
        height: 40px;
        border: 1px solid #aaa;
        padding: 0 70px 0 10px;
        font-size: 1.4rem;
    }
    
    .searching_bar {
        width: 60px;
        text-align: center;
        height: 40px;
        line-height: 40px;
        background: #1e50ae;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
    }
    
    .searching_bar .icon-sousuo {
        color: #fff;
        font-size: 1.6rem;
    }
    
    .phone400 {
        line-height: 40px;
        font-size: 18px;
        color: red;
        margin-bottom: 0;
    }
    
    .phone400 .icon-dianhua {
        font-size: 20px;
    }
    
    .cooperate_h3 {
        font-size: 2.2rem;
        line-height: 4rem;
        text-align: center;
        color: #333;
    }
    
    .cooperate_h3.h3mb50 {
        margin-bottom: 40px;
    }
    
    .cooperate_h3 span {
        font-size: 18px;
    }
    
    .cooperate_tel {
        padding-top: 20px;
    }
    
    .invite_h2 {
        font-size: 4.4rem;
        color: #fff;
        margin-bottom: 5rem;
        /* font-style: italic; */
        letter-spacing: 0.4rem;
    }
    
    .invite_h3 {
        /* padding-top: 2rem; */
        color: #fff;
        text-align: left;
        font-size: 1.6rem;
    }
    
    .aboutus_p {
        font-size: 1.6rem;
        line-height: 4rem;
    }
    
    .certificate_name {
        width: 100%;
        height: 30px;
        line-height: 30px;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 16px;
        color: #666;
        margin-top: 10px;
    }
    
    .team_dl {
        height: 190px;
        overflow: hidden;
    }
    
    .mapbox {
        padding-top: 0px;
    }
    
    .news_cont.news_cont2 dt {
        line-height: 3rem;
    }
    
    .news_cont dt {
        line-height: 3rem;
        margin-bottom: 1rem;
    }
    
    .news_cont dt span {
        font-size: 16px;
        color: #999;
        line-height: 2rem;
        padding-left: 10px;
    }
    
    .contactus_cont .col-xs-12 {
        padding-left: 0;
        padding-right: 0;
    }
    
    .contactus_title {
        margin-top: 0;
        margin-bottom: 20px;
    }
    
    .contactus_cont2 .col-xs-12 {
        padding-left: 0;
        padding-right: 0;
    }
    
    .zhuangxiu_item {
        display: block;
    }
    
    .zhuangxiu_img {
        height: 200px;
    }
    
    .zhuangxiu_img1 {
        background: url(../images/others/zhuangxiu_img1.jpg) no-repeat center;
        background-size: cover;
    }
    
    .zhuangxiu_img2 {
        background: url(../images/others/zhuangxiu_img2.jpg) no-repeat center;
        background-size: cover;
    }
    
    .zhuangxiu_img3 {
        background: url(../images/others/zhuangxiu_img3.jpg) no-repeat center;
        background-size: cover;
    }
    
    .zhuangxiu_img4 {
        background: url(../images/others/zhuangxiu_img4.jpg) no-repeat center;
        background-size: cover;
    }
    
    .zhuangxiu_p {
        font-size: 14px;
        color: #fff;
        height: 40px;
        background: #006069;
        text-align: center;
        line-height: 40px;
    }
    
    .myteam_box {
        padding-top: 30px;
    }
    
    .myteam_box0 {
        background: #46637f;
        padding-top: 20px;
        padding-bottom: 50px;
    }
    
    .liucheng_box {
        padding-top: 30px;
    }
    
    .liucheng_box0 {
        padding-bottom: 50px;
    }
    
    .ketang_box {
        padding-top: 30px;
    }
    
    .myteam_h2 {
        font-size: 26px;
        text-align: center;
        line-height: 50px;
        margin-bottom: 30px;
        color: #fff;
    }
    
    .liucheng_h2 {
        font-size: 26px;
        text-align: center;
        line-height: 50px;
        margin-bottom: 30px;
    }
    
    .ketang_h2 {
        font-size: 26px;
        text-align: center;
        line-height: 50px;
        margin-bottom: 30px;
    }
    
    .myteam_icon {
        text-align: center;
        height: 44px;
        line-height: 44px;
    }
    
    .myteam_icon .icon {
        font-size: 44px;
        color: #fff;
    }
    
    .myteam_h3 {
        font-size: 18px;
        color: #22d7bb;
        text-align: center;
    }
    
    .myteam_p {
        font-size: 14px;
        color: #fff;
        line-height: 30px;
    }
    
    .myteam_p strong {
        color: #22d7bb;
    }
    
    .liucheng_h2 {
        font-size: 26px;
        text-align: center;
        line-height: 50px;
        margin-bottom: 30px;
    }
    
    .liucheng_name {
        font-size: 16px;
        line-height: 30px;
        text-align: center;
    }
    
    .liucheng_icon {
        height: 160px;
        text-align: center;
    }
    
    a.ketang_item {
        display: block;
        text-decoration: none;
    }
    
    .ketang_item_img {
        height: 150px;
    }
    
    .ketang_item_txt {
        padding-top: 15px;
        height: 105px;
    }
    
    .ketang_item_p1 {
        height: 50px;
        font-size: 14px;
        color: #333;
        line-height: 25px;
        overflow: hidden;
        margin-bottom: 0;
    }
    
    .ketang_item_p2 {
        height: 30px;
        font-size: 14px;
        color: #999;
        line-height: 30px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 0;
    }
    
    .ketang_item {
        padding: 10px;
        border: 1px solid #ccc;
    }
    
    .ketang_item_p2 .icon {
        margin-right: 3px;
    }
    
    .ketang_iconbox {
        margin-right: 10px;
    }
    
    .ketang_row>div {
        margin-bottom: 30px;
    }
    
    a.ketang_more {
        font-size: 16px;
        color: #666;
        float: right;
        text-decoration: none;
    }
    
    .ketang_line {
        margin: 0 5px;
    }
    
    .small_banner4 {
        height: 450px;
        background: url(../images/others/smallbanner3.png) no-repeat center;
    }
    
    .small_banner5 {
        height: 520px;
        background: url(../images/others/smallbanner4.jpg) no-repeat center;
    }
    
    .biditem_icon {
        width: 102px;
        height: 103px;
        margin: 0 auto;
    }
    
    .biditem_icon1 {
        background: url(../images/others/bid11.png) no-repeat center;
    }
    
    .biditem_icon2 {
        background: url(../images/others/bid21.png) no-repeat center;
    }
    
    .biditem_icon3 {
        background: url(../images/others/bid31.png) no-repeat center;
    }
    
    .biditem_icon4 {
        background: url(../images/others/bid41.png) no-repeat center;
    }
    
    .biditem:hover .biditem_icon1 {
        background: url(../images/others/bid12.png) no-repeat center;
    }
    
    .biditem:hover .biditem_icon2 {
        background: url(../images/others/bid22.png) no-repeat center;
    }
    
    .biditem:hover .biditem_icon3 {
        background: url(../images/others/bid32.png) no-repeat center;
    }
    
    .biditem:hover .biditem_icon4 {
        background: url(../images/others/bid42.png) no-repeat center;
    }
    
    .biditem {
        margin-bottom: 30px;
    }
    
    .biditem h3 {
        font-size: 22px;
        text-align: center;
        height: 40px;
        overflow: hidden;
        line-height: 40px;
        padding: 0 20px;
    }
    
    .biditem p {
        font-size: 14px;
        text-align: center;
        line-height: 30px;
        height: 60px;
        padding: 0 10px;
        overflow: hidden;
        margin-bottom: 20px;
    }
    
    a.bid_link {
        display: block;
        margin: 0 auto;
        width: 143px;
        height: 33px;
        border-width: 1px;
        border-color: rgb(81, 124, 222);
        border-style: solid;
        border-radius: 6px;
        line-height: 33px;
        font-size: 18px;
        font-family: "Microsoft YaHei";
        color: rgb(81, 124, 222);
        text-align: center;
        text-decoration: none;
    }
    
    .biditem:hover a.bid_link {
        background: rgb(81, 124, 222);
        color: #fff;
    }
    
    .bid_h2 {
        font-size: 26px;
        text-align: center;
        line-height: 50px;
        margin-bottom: 30px;
    }
    
    .bid_list>li {
        border-bottom: 1px solid #5796db;
        height: 40px;
    }
    
    .bid_list>li a {
        color: #666;
    }
    
    .bid_list>li p {
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        margin: 0;
    }
    
    .bid_p1 {
        width: 85%;
        float: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        position: relative;
    }
    
    .bid_p2 {
        width: 15%;
        float: right;
        text-align: center;
    }
    
    .hot .bid_p1::after {
        content: url(../images/others/news.gif);
        width: 22px;
        height: 14px;
        display: block;
        position: absolute;
        right: 0;
        top: -10px;
        z-index: 2;
    }
    
    .bid_p1 span {
        color: #ff5900;
        margin-right: 5px;
    }
    
    .bid_list {
        margin-bottom: 30px;
    }
    
    .bid_title {
        font-size: 16px;
        color: #fff;
        background: #5796db;
        padding: 10px;
        margin: 0 0 10px;
        text-align: center;
        box-shadow: 3px 2px 6px #5796db;
        position: relative;
    }
    
    a.costmore {
        position: absolute;
        right: 7px;
        top: 15px;
        z-index: 2;
        text-decoration: none;
        color: #f5f5f5;
        font-size: 12px;
    }
    
    .bidd_cont {
        background: url(../images/others/service-flow-bg.jpg) no-repeat center;
        background-size: cover;
    }
    
    .bidd_icon {
        width: 74px;
        height: 74px;
        margin: 0 auto 30px;
    }
    
    .bidd_icon1 {
        background: url(../images/others/service-flow-icon-1.png) no-repeat center top;
    }
    
    .bidd_icon2 {
        background: url(../images/others/service-flow-icon-2.png) no-repeat center top;
    }
    
    .bidd_icon3 {
        background: url(../images/others/service-flow-icon-3.png) no-repeat center top;
    }
    
    .bidd_icon4 {
        background: url(../images/others/service-flow-icon-4.png) no-repeat center top;
    }
    
    .bidd_icon5 {
        background: url(../images/others/service-flow-icon-5.png) no-repeat center top;
    }
    
    .bidd_icon6 {
        background: url(../images/others/service-flow-icon-6.png) no-repeat center top;
    }
    
    .bidd_icon7 {
        background: url(../images/others/service-flow-icon-7.png) no-repeat center top;
    }
    
    .bidd_icon8 {
        background: url(../images/others/service-flow-icon-8.png) no-repeat center top;
    }
    
    .bidd_icon9 {
        background: url(../images/others/service-flow-icon-9.png) no-repeat center top;
    }
    
    .bidd_h3 {
        font-size: 18px;
        color: #fff;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .bidd_p {
        font-size: 14px;
        color: #fff;
        text-align: center;
    }
    
    .bidd_row {
        margin-bottom: 30px;
    }
    
    .bidd_links a {
        display: inline-block;
        border: 1px solid #ccc;
        margin: 0 7px 14px;
        padding: 8px;
        font-size: 14px;
        color: #666;
        text-decoration: none;
        -webkit-transition: .2s;
        -ms-transition: .2s;
        transition: .2s;
    }
    
    .bidd_links a:hover {
        box-shadow: 3px 3px 6px #ccc;
    }
    
    .bidd_links2 {
        margin-bottom: 30px;
    }
    
    .bidd_links2>span {
        width: 10%;
        display: inline-block;
        border: 1px solid #ccc;
        margin: 1%;
        padding: 1%;
        font-size: 14px;
        color: #666;
        text-decoration: none;
        text-align: center;
        border-radius: 10px 0 10px 0;
        box-shadow: 3px 3px 6px #ccc;
    }
    
    .cost_cont2 {
        background: url(../images/others/bj.jpg) no-repeat center;
        margin-bottom: 0;
    }
    
    .cost_cont1 {
        margin-bottom: 40px;
    }
    
    .cost_list {
        padding-top: 20px;
    }
    
    .cost_list li {
        font-size: 26px;
        color: #000;
        line-height: 30px;
        margin-bottom: 40px;
    }
    
    .cost_list li:last-child {
        margin-bottom: 0;
    }
    
    .cost_list li span {
        margin-right: 10px;
        position: relative;
        top: 5px;
    }
    
    .cost_list li.one {
        margin-left: 40px;
    }
    
    .cost_list li.two {
        margin-left: 80px;
    }
    
    .cost_list li.three {
        margin-left: 120px;
    }
    
    .cost_list li.four {
        margin-left: 160px;
    }
    
    .que_list .bid_p1 {
        width: 100%;
    }
    
    .que_list>li {
        border-color: #ddd;
    }
    
    .que_list>li:hover>a {
        color: #000;
    }
    
    .sell_item {
        border-right: 1px solid #ccc;
        margin-bottom: 30px;
    }
    
    .zhuangxiu_row .bidd_links:last-child .sell_item {
        border: none;
    }
    
    .sell_item a {
        border: none;
    }
    
    .zhuangxiu_row .bidd_links:last-child .sell_item a {
        border: none;
    }
    
    .sell_item h3 {
        font-size: 18px;
        line-height: 26px;
        color: #333;
        text-align: center;
    }
    
    .sell_item p {
        font-size: 12px;
        line-height: 24px;
        color: #666;
        text-decoration: none;
    }
    
    a.sell_more {
        margin: 0 auto;
        padding: 0;
        display: block;
        width: 90px;
        height: 24px;
    }
    
    .sell_cont2 {
        height: 664px;
        background: url(../images/others/part5.jpg) no-repeat center;
        margin-bottom: 0;
    }
    
    .sell_cont2 .bid_h2 {
        color: #fff;
    }
    
    .sell_cont1 {
        margin-bottom: 30px;
    }
    
    .cost_detail p {
        font-size: 14px;
        color: #333;
        margin-bottom: 20px;
        line-height: 30px;
        margin-bottom: 0;
    }
    
    .cost_detail .p1 {
        margin-bottom: 0;
    }
    
    .cost_detail .p2 {
        text-indent: 2em;
    }
    
    .cost_detail .p3 {
        text-indent: 2em;
        margin-bottom: 0;
    }
	.pager {
    color: #999;
    text-align: center;
    font-size:14px;
}

    .pager .total {
        
    }

    .pager .numbers {
        
    }

    .pager a {
        display: inline-block;
        padding: 4px 6px;
        margin-left: 15px;
        min-width: 30px;
        text-align: center;
        border-radius: 50%;
        border: 1px solid #999;
        color: #999;
    }

        .pager a.current {
            border: 1px solid #d02028;
            background: #d02028;
            color: #fff;
        }